net/http.http2responseWriterState.stream (field)
19 uses
net/http (current package)
h2_bundle.go#L6164: rws.stream = st
h2_bundle.go#L6228: rw.rws.stream.cancelCtx()
h2_bundle.go#L6235: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6236: stream: rw.rws.stream,
h2_bundle.go#L6418: stream *http2stream
h2_bundle.go#L6448: err = cw.rws.stream.closeErr
h2_bundle.go#L6542: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6543: streamID: rws.stream.id,
h2_bundle.go#L6571: if err := rws.conn.writeDataFromHandler(rws.stream, p, endStream); err != nil {
h2_bundle.go#L6577: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6578: streamID: rws.stream.id,
h2_bundle.go#L6642: st := w.rws.stream
h2_bundle.go#L6668: st := w.rws.stream
h2_bundle.go#L6713: case <-rws.stream.cw:
h2_bundle.go#L6714: err = rws.stream.closeErr
h2_bundle.go#L6732: cw := rws.stream.cw
h2_bundle.go#L6798: rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6799: streamID: rws.stream.id,
h2_bundle.go#L6883: st := w.rws.stream
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |